Brad,
I tried copying the example interpreter code from VCS dotNet Console example, but pointing the interpreter to the "box.ngc" example G-code file. When it does:
_Controller.Interpreter.Interpret(@"C:\KMotion428\GCode Programs\box.ngc");
It throws up an error dialog saying it's unable to open a file with the name consisting of about 100 letter "i"s with accents over them, followed by "\GCode Programs\emc.var". Odd, given that's not the file I asked it to interpret.
The error dialog is coming out of something in KM_dotnet_Interop_GCodeInterpreter_Interpret, but, oddly, there is no exception thrown. When the dialog is dismissed, the application quits.
Regards,
Ray L.